home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Developer Toolbox 6.1
/
SGI Developer Toolbox 6.1 - Disc 4.iso
/
src
/
swtools
/
mipsABI
/
examples
/
sup
/
PORT
/
step06
/
UNDEF
/
vfork
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-02
|
168 b
|
5 lines
sysent.h:extern int vfork(void);
run.c: * Added a return(-1) if vfork fails. This should only happen
run.c: * Changed fork to vfork.
run.c: if ((pid = vfork()) == -1)